home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1977 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  408 b 

  1. Path: li.net!don
  2. From: don@newshost.li.net (Don Matthews)
  3. Newsgroups: comp.lang.c
  4. Subject: union ?
  5. Date: 18 Jan 1996 04:32:18 GMT
  6. Organization: LI Net (Long Island Network)
  7. Message-ID: <4dkigi$c29@linet02.li.net>
  8. NNTP-Posting-Host: linet01.li.net
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. A union consist of many different variables.
  12. But at any one time it can only hold one of those variables.
  13. Is that correct?
  14.  
  15.